home *** CD-ROM | disk | FTP | other *** search
- Path: news.iadfw.net!usenet
- From: Mark Nelson <markn@airmail.net>
- Newsgroups: comp.lang.c++
- Subject: Re: Hashing Library
- Date: Tue, 20 Feb 1996 09:33:07 -0600
- Organization: customer of Internet America
- Message-ID: <3129E9B3.430B@airmail.net>
- References: <4gc1jg$gfa@news.siemens.at> <4gc1rm$gfa@news.siemens.at>
- NNTP-Posting-Host: dal18-06.ppp.iadfw.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
-
- Kraus Hans PSE KB41 wrote:
- >
- > I need a class(library) which implements hashing.
-
- You might want to look in the HP stl distribution site at
- ftp://butler.hpl.hp.com. In 1995 a proposed extension to the
- STL was posted there, along with documentation. This extension
- consisted of a set of new associative containers based on
- hashing (as opposed to the red-black tree implementation used
- by Stepanov.) The hashed containers didn't make it into the
- ANSI/ISO draft, but ought to work really well with the STL.
-
- Mark Nelson
- http://web2.airmail.net/markn - more STL pointers here
-